From: Richard M. Stallman Date: Sat, 17 Jul 2004 14:31:27 +0000 (+0000) Subject: (footnote-section-tag): Use defcustom. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21628 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=74badda694802eec0b229fe0234214f058398567;p=emacs.git (footnote-section-tag): Use defcustom. --- diff --git a/lisp/mail/footnote.el b/lisp/mail/footnote.el index 4644d36ad25..b5ec6f02260 100644 --- a/lisp/mail/footnote.el +++ b/lisp/mail/footnote.el @@ -87,8 +87,11 @@ If nil, no blank line will be inserted." ;;; Interface variables that probably shouldn't be changed -(defconst footnote-section-tag "Footnotes: " - "*Tag inserted at beginning of footnote section.") +(defcustom footnote-section-tag "Footnotes: " + "*Tag inserted at beginning of footnote section." + :version "21.4" + :type 'string + :group 'footnote) (defcustom footnote-section-tag-regexp "Footnotes\\(\\[.\\]\\)?: " "*Regexp which indicates the start of a footnote section.